Global Index
HTML5 JS API Index > Web Sockets and Messaging Tutorials & Specs

BroadcastChannel

Extends EventTarget.

Properties
DOMString
name
The name attribute must return the channel name.
EventHandleronmessage
Constructor
BroadcastChannel(DOMString channel)
Operations
voidpostMessage(any message)